In SQL programming, a string containing any ( mathematical) formula can be converted into an executable SQL statement with the SQL command PREPARE. 在SQL编程中,可以使用SQL命令PREPARE将含有任何(数学)公式的字符串转换成可执行的SQL语句。
In the SQL programming language, the task of performing a query falls to the SELECT statement. 在SQL编程语言中,执行查询的任务属于SELECT语句。
In computer programming, a statement in a high level language program to inform the translator that the end of the source program has been attained. 在计算机程序设计中,高级语言程序中的一种语句,用于通知翻译程序已到达源程序末端。
In the process of programming interface statement, we need to understand the format of graphics file. 在接口程序的设计过程中,必须清楚地了解图形文件的格式。
Based on the author's many-year-study in C programming, this article, combining quite a number of examples, tries to explore C language from the angle of statement structure, which will provide some lessons for C language programmers. 本文根据笔者多年对C语言程序设计的学习和探索,通过大量的实例分析,试图从C语言的语句结构角度方面进行研究和探讨,并给C语言编程者提供一些重要的经验教训。
This article goes through a thorough Comparsion with Programming Language C and Basic in five aspects: data type, operator, expression, program structure and statement. 本文就C语言与BASIC语言在数据类型、运算符、表达式、程序结构、语句五个方面进行一些主要的比较.指出C具有更丰富的数据类型、运算符、表达式,具有更强的功能;